home *** CD-ROM | disk | FTP | other *** search
Text File | 1998-05-20 | 17.7 KB | 1,271 lines |
- ;WebPlug v1.4 CDFile
- #version 14
- ;
- ;
- msgAppDescription (//)
- An HTML editor
- ;
- ;
- ;Menus
- ;
- ;
- msgMenuProject (//)
- Project
- ;
- msgMenuLoad (//)
- Load...
- ;
- msgMenuSave (//)
- Save
- ;
- msgMenuSaveAs (//)
- Save as...
- ;
- msgMenuAbout (//)
- About...
- ;
- msgMenuIconify (//)
- Iconify
- ;
- msgMenuQuit (//)
- Quit
- ;
- msgMenuUndo (//)
- Undo
- ;
- msgMenuCut (//)
- Cut block
- ;
- msgMenuCopy (//)
- Copy block
- ;
- msgMenuPaste (//)
- Paste block
- ;
- msgMenuBrowser (//)
- Browser
- ;
- msgMenuRunBr (//)
- Run browser
- ;
- msgMenuSendToBr (//)
- Send to browser
- ;
- msgMenuReload (//)
- Reload document
- ;
- msgMenuToFront (//)
- Bring to front
- ;
- msgMenuPrefs (//)
- Prefs
- ;
- msgMenuEdit (//)
- Edit
- ;
- msgMenuLastSaved (//)
- Last saved
- ;
- msgMenuRestore (//)
- Restore
- ;
- ;
- ;Main Window
- ;
- ;
- ;
- msgHelpOpenTrans (//)
- Open the text-translation window
- ;
- msgHelpOpenHead (//)
- Open the HTML-head information\nwindow
- ;
- msgHelpOpenStyle (//)
- Open the HTML-styles window
- ;
- msgHelpOpenFormats (//)
- Open the HTML-formats window
- ;
- msgHelpOpenImage (//)
- Open the image insertion window
- ;
- msgHelpOpenForms (//)
- Open the HTML-forms window
- ;
- msgHelpOpenLists (//)
- Open the HTML-lists window
- ;
- msgHelpOpenBacks (//)
- Open the backgrounds insertion window
- ;
- msgHelpOpenTables (//)
- Open the HTML-tables window
- ;
- msgHelpOpenLinks (//)
- Open the links window
- ;
- msgHelpOpenCustom (//)
- Open the customtags window
- ;
- msgHelpOpenPlugins (//)
- Open the Plugins list window
- ;
- msgHelpOpenFrames (//)
- Open the Frames window
- ;
- ;
- ;Prefs window
- ;
- ;
- msgHelpBrowserLink (//)
- Specify the BrowserLink for the browser\nthat you want to use
- ;
- msgHelpRunBrowser (//)
- Specify the full path of the browser\nthat you want to use
- ;
- msgHelpCycleView (//)
- Toggle between internal Datatypes image\nviewer or external one
- ;
- msgHelpExtView (//)
- Specify the full path of the viewer\nyou want to use. Type %s where\nthe filename should be inserted
- ;
- msgHelpAutoLoadBrowser (//)
- Load the specified browser when\nrunning webPlug
- ;
- msgHelpLoadBefore (//)
- External programs will be loaded before webPlug's\nmain window is opened
- ;
- msgHelpQuitAll (//)
- Quit the browser when quitting webPlug\n(if possible)
- ;
- msgHelpIconifyAll (//)
- Iconify the browser when iconifying webPlug (if possible)
- ;
- msgHelpSaveSend (//)
- Save the document when sending it to\nthe browser
- ;
- msgHelpBrowserFront (//)
- Bring the browser's screen to the front\nwhen sending a document to it, and\nback when loading the browser\n(if possible)
- ;
- msgHelpSave (//)
- Close window and save changes\nto disk
- ;
- msgHelpUse (//)
- Close window and use changes\nfor the current session
- ;
- msgHelpCancel (//)
- Close window and discard the changes
- ;
- msgPrefsWindow (//)
- webPlug (Prefs)
- ;
- msgPrefsRegister1 (//)
- Files
- ;
- msgPrefsRegister2 (//)
- Defaults
- ;
- msgRunBrowser (//)
- Run browser
- ;
- msgLoadBefore (//)
- Load external programs first
- ;
- msgImageViewer (//)
- Image viewer
- ;
- msgViewType2 (//)
- External
- ;
- msgLoadBrowOnStart (//)
- Load browser on startup
- ;
- msgQuitAll (//)
- Quit webPlug and browser
- ;
- msgIconifyAll (//)
- Iconify webPlug and browser
- ;
- msgSaveSend (//)
- Save when sending to browser
- ;
- msgFrontSend (//)
- Bring the browser to front/back
- ;
- msgSave (//)
- Save
- ;
- msgUse (//)
- Use
- ;
- msgCancel (//)
- Cancel
- ;
- ;
- ;General
- ;
- ;
- msgUseCutPaste (//)
- Use Cut&Paste
- ;
- msgHelpCutPaste (//)
- Cut marked text, insert the HTML tags\nand paste the text again
- ;
- msgAddBR (//)
- Add <BR>
- ;
- msgHelpAddBR (//)
- Add a <BR> (force CR) after typing\nthe HTML tag
- ;
- msgInsert (//)
- Insert
- ;
- msgHelpInsert (//)
- Insert the data into the editor
- ;
- ;
- ;HTML header window
- ;
- ;
- msgHeadWindow (//)
- webPlug (HTML Header)
- ;
- msgHeadGroup (//)
- HTML header parameters
- ;
- msgDocTitle (//)
- Doc Title
- ;
- msgChAddBody (//)
- Add <BODY>
- ;
- msgUseBaseFont (//)
- Use BASEFONT
- ;
- ;
- ;HTML styles window
- ;
- ;
- msgStyleWindow (//)
- webPlug (Styles)
- ;
- msgStylesGroup (//)
- Styles
- ;
- msgStylesList1 (//)
- <B> </B>- Bold
- ;
- msgStylesList2 (//)
- <U> </U>- Underlined
- ;
- msgStylesList3 (//)
- <I> </I>- Italic
- ;
- msgStylesList4 (//)
- <TT> </TT>- Teletype
- ;
- msgStylesList5 (//)
- <S> </S> - Strike trhough
- ;
- msgStylesList6 (//)
- <BIG> </BIG>- Use big font
- ;
- msgStylesList7 (//)
- <SMALL> </SMALL>- Use small font
- ;
- msgStylesList8 (//)
- <SUB> </SUB> - Subscript
- ;
- msgStylesList9 (//)
- <SUP> </SUP> - Superscript
- ;
- msgStylesList10 (//)
- <CITE> </CITE> - Cite
- ;
- msgStylesList11 (//)
- <CODE> </CODE> - Code
- ;
- msgStylesList12 (//)
- <DFN> </DFN> - Definition
- ;
- msgStylesList13 (//)
- <EM> </EM> - Emphasize
- ;
- msgStylesList14 (//)
- <KBD> </KBD> - Keyboard
- ;
- msgStylesList15 (//)
- <SAMP> </SAMP> - Sample
- ;
- msgStylesList16 (//)
- <STRONG> </STRONG> - Strong
- ;
- msgStylesList17 (//)
- <VAR> </VAR> - Variable
- ;
- msgStylesList18 (//)
- <BLOCKQUOTE> </BLOCKQUOTE> - Blockquote
- ;
- msgStylesList19 (//)
- <Q> </Q> - Short Quotation
- ;
- msgStylesList20 (//)
- <LANG> </LANG> - Alter context
- ;
- msgStylesList21 (//)
- <AU> </AU> - Author
- ;
- msgStylesList22 (//)
- <PERSON> </PERSON> - Person
- ;
- msgStylesList23 (//)
- <ACRONYM> </ACRONYM> - Acronym
- ;
- msgStylesList24 (//)
- <ABBREV> </ABBREV> - Abbreviation
- ;
- msgStylesList25 (//)
- <INS> </INS> - Inserted text
- ;
- msgStylesList26 (//)
- <DEL> </DEL> - Deleted text
- ;
- msgStylesList27 (//)
- <ADDRESS> </ADDRESS>- Address
- ;
- ;
- ;Ask Color Window
- ;
- ;
- msgColorWindow (//)
- webPlug (Colors)
- ;
- msgColorGroup (//)
- Colors
- ;
- msgColorFor (//)
- Color for:
- ;
- ;
- ;Background window
- ;
- ;
- msgBackWindow (//)
- webPlug (Background)
- ;
- msgBackGroup (//)
- Background
- ;
- msgBackImage (//)
- Back. Image
- ;
- msgShowImage (//)
- Show
- ;
- msgBackAddBody (//)
- Add </BODY>
- ;
- msgHelpShowBackImage (//)
- Display the background image using the\ninternal Datatypes viewer or an\nexternal program
- ;
- msgHelpBackAddBody (//)
- Insert a </BODY> mark or not
- ;
- ;
- ;Format Window
- ;
- ;
- msgFormatWindow (//)
- webPlug (Format)
- ;
- msgFormatGroup (//)
- Format
- ;
- msgFormatNone (//)
- None
- ;
- msgFormatList1 (//)
- \033i<FONT></FONT> - Font size&color
- ;
- msgFormatList2 (//)
- <H1> </H1>- Largest
- ;
- msgFormatList3 (//)
- <H2> </H2>- Larger
- ;
- msgFormatList4 (//)
- <H3> </H3>- Large
- ;
- msgFormatList5 (//)
- <H4> </H4>- Small
- ;
- msgFormatList6 (//)
- <H5> </H5>- Smaller
- ;
- msgFormatList7 (//)
- <H6> </H6>- Smallest
- ;
- msgFormatList8 (//)
- \033i<BR> - Force CR
- ;
- msgFormatList9 (//)
- <P> </P>- Paragraph
- ;
- msgFormatList10 (//)
- <HR> - Horizontal line
- ;
- msgFormatList11 (//)
- <DIV> </DIV> - Division
- ;
- msgFormatList12 (//)
- <CENTER></CENTER>- Center in window
- ;
- msgFormatList13 (//)
- \033i<PRE> </PRE>-Preformatted text
- ;
- ;
- ;Format Font window
- ;
- ;
- msgFontWindow (//)
- webPlug (Font)
- ;
- msgFontGroup (//)
- Font
- ;
- msgFontUseColor (//)
- Use color
- ;
- msgFontUseSize (//)
- Use size
- ;
- ;
- ;Format Preformatted window
- ;
- ;
- msgPreWindow (//)
- webPlug (Preformatted)
- ;
- msgPreGroup (//)
- Preformatted
- ;
- msgPreUseWidth (//)
- Use width
- ;
- ;
- ;Format BR
- ;
- ;
- msgBRWindow (//)
- webPlug (Format BR)
- ;
- msgBRGroup (//)
- Format BR Settings
- ;
- ;
- ;Links window
- ;
- ;
- msgLinkWindow (//)
- webPlug (Links)
- ;
- msgLinkGroup (//)
- Links
- ;
- msgLinkTo (//)
- Link to
- ;
- ;
- ;Lists window
- ;
- ;
- msgListsWindow (//)
- webPlug (Lists)
- ;
- msgListGroupt (//)
- Lists
- ;
- msgListList1 (//)
- <DL> </DL>- Descriptive List
- ;
- msgListList2 (//)
- <DT> - DL Element title
- ;
- msgListList3 (//)
- <DD> - DL Element
- ;
- msgListList4 (//)
- <UL> </UL> - Unnumbered List
- ;
- msgListList5 (//)
- <OL> </OL> - Numbered List
- ;
- msgListList6 (//)
- <LI> - OL List Element
- ;
- ;
- ;Tables window (//)
- ;
- ;
- msgTablesWindow (//)
- webPlug (Tables)
- ;
- msgTablesGroup (//)
- Tables
- ;
- msgTablesAutomatic (//)
- Automatic generation
- ;
- msgTableList1 (//)
- \033i<TABLE></TABLE> - Start/End table
- ;
- msgTableList2 (//)
- \033i<TR></TR> - Table row
- ;
- msgTableList3 (//)
- \033i<TD></TD> - Table cell
- ;
- msgTableList4 (//)
- \033i<TH></TH> - Table heading
- ;
- msgTableList5 (//)
- \033i<CAPTION> - Table title
- ;
- ;
- ;Table table window
- ;
- ;
- msgTableTableWindow (//)
- webPlug (Table header)
- ;
- msgTableTableGroup (//)
- Table settings
- ;
- msgTableTableUseBorder (//)
- Use border
- ;
- msgTableTableUseCellpadd (//)
- Use Cellpadding
- ;
- msgTableTableUseCellSpac (//)
- Use Cellspacing
- ;
- msgTableTableUseWidth (//)
- Use width
- ;
- msgTableTableUseColor (//)
- Use color
- ;
- ;
- ;Table Row Window
- ;
- ;
- msgTableRowWindow (//)
- webPlug (Table Row)
- ;
- msgTableRowGroup (//)
- Table Row settings
- ;
- ;
- ;Table TD
- ;
- ;
- msgTableTDWindow (//)
- webPlug (Table TD)
- ;
- msgTableTDGroup (//)
- TD Settings
- ;
- msgTableTDUseColspan (//)
- Use Colspan
- ;
- msgTableTDUseRowspan (//)
- Use Rowspan
- ;
- ;
- ;Table Heading
- ;
- ;
- msgTableTHWindow (//)
- webPlug (Table header)
- ;
- msgTableTHGroup (//)
- Table header Settings
- ;
- ;
- ;Table Caption
- ;
- ;
- msgTableCapWindow (//)
- webPlug (Table Caption)
- ;
- msgTableCapGroup (//)
- Table Caption Settings
- ;
- msgTableCapTitle (//)
- Title
- ;
- ;
- ;Table Autogen
- ;
- ;
- msgTableAutoWindow (//)
- webPlug (Table generation)
- ;
- msgTableAutoGroup (//)
- Generation Settings
- ;
- msgTableAutoRows (//)
- Rows
- ;
- msgTableAutoCols (//)
- Columns
- ;
- msgTableAutoNumbers (//)
- Insert numbers
- ;
- msgTableAutoUseHead (//)
- Insert header
- ;
- msgTableHelpNumbers (//)
- Insert consecutive numbers in the cells
- ;
- msgTableHelpHead (//)
- Generate a head row or not
- ;
- msgTableAutoGenerate (//)
- Generate Table
- ;
- ;
- ;Translation Window
- ;
- ;
- msgTransWindow (//)
- webPlug (Translation)
- ;
- msgTransGroup (//)
- Translation Settings
- ;
- msgTransLTGT (//)
- Translate '<' and '>'
- ;
- msgTransAmpersand (//)
- Translate '&'
- ;
- msgHelpTrans1 (//)
- Translate the '<' and '>' chars to\nthe HTML equivalent or not.\nUsefull if you select a block of\ntext that includes HTML tags
- ;
- msgHelpTrans2 (//)
- Translate the '&' char to its HTML\nequivalent or not.\nUsefull if you selecte a block of text\nthat contains already translated text
- ;
- msgTransTranslate (//)
- Translate
- ;
- msgTransHelpTrans (//)
- Converts the chars of the selected\nblock of text to their HTML\nequivalent
- ;
- ;
- ;Images Window
- ;
- ;
- msgImageWindow (//)
- webPlug (Images)
- ;
- msgImageGroup (//)
- Image Settings
- ;
- msgImageImage (//)
- Image file
- ;
- msgImageAltText (//)
- Alt text
- ;
- msgImageUseBorder (//)
- Use border
- ;
- msgImageUseSize (//)
- Use size
- ;
- msgImageWidth (//)
- Width
- ;
- msgImageHeight (//)
- Height
- ;
- msgImageUseSpace (//)
- Use space
- ;
- ;
- ;Load external program
- ;
- ;
- msgExtWindow (//)
- webPlug (Loading...)
- ;
- msgExtGroup (//)
- Loading
- ;
- msgExtCancel (//)
- Cancel
- ;
- ;
- ;Forms Window(s)
- ;
- ;
- msgFormsWindow (//)
- webPlug (Forms)
- ;
- msgFormsReg1 (//)
- Form
- ;
- msgFormsReg2 (//)
- Input
- ;
- msgSubmitGroup (//)
- Submit Settings
- ;
- msgResetGroup (//)
- Reset Settings
- ;
- msgChkBoxGroup (//)
- Checkbox Settings
- ;
- msgRadioGroup (//)
- Radio Settings
- ;
- msgSelectGroup (//)
- Select Settings
- ;
- msgSelUseSize (//)
- Use size
- ;
- msgSelItemGroup (//)
- Sel. Option Settings
- ;
- msgSelItemNumOpts (//)
- # of options
- ;
- msgSelItemSelOpt (//)
- Selected option
- ;
- msgPassGroup (//)
- Password Settings
- ;
- msgPassUseSize (//)
- Use size
- ;
- msgPassUseMaxL (//)
- Use Max.Length
- ;
- msgTextGroup (//)
- Text Settings
- ;
- msgTextareaGroup (//)
- Textarea Settings
- ;
- ;
- ;webPlug
- ;
- ;
- msgCannotQuitASL (//)
- Cannot quit as there is at least\nan ASL requester opened
- ;
- msgOK (//)
- *OK
- ;
- msgCannotBrowserLink (//)
- Cannot open the specified BrowserLink !!!
- ;
- msgNoBrowserLink (//)
- There's no BrowserLink loaded
- ;
- msgDefineBrPath (//)
- Please define the path of your\nbrowser in the prefs !
- ;
- msgDefineBrLink (//)
- Please define a BrowserLink in the prefs !
- ;
- msgLoadingBr (//)
- Loading browser...
- ;
- msgCannotLoadBr (//)
- Unable to load the browser !
- ;
- msgBrNotPresent (//)
- Browser's not present !
- ;
- msgMissTitle (//)
- Please fill the title field !
- ;
- msgClipProblems (//)
- Problems accessing the Clipboard !
- ;
- msgMissImage (//)
- Specified image cannot be opened !
- ;
- msgDTProb (//)
- Cannot read this file !
- ;
- msgErrorOnLine (//)
- Cannot access online files !
- ;
- msgSpecImage (//)
- Please specify an image file !
- ;
- msgMissLinkName (//)
- Please fill the Link To and/or Name field !
- ;
- msgMissAction (//)
- Please fill the Action field !
- ;
- msgMissValue (//)
- Please fill the Value field !
- ;
- msgMissName (//)
- Please fill the Name field !
- ;
- msgPleaseSave (//)
- Please save the document
- ;
- msgAboutWindow (//)
- webPlug (About)
- ;
- msgAbout (//)
- \033c\033bwebPlug v%s\n\033cAn HTML editor for the Amiga\n\n\033n© 1996/97/98 Esteve Boix\n\nThis program is Shareware. Please read the docs for further details.\n\nRegistered to %s\nThis program uses MUI © Stefan Stuntz, Busy.mcc © Klaus 'kmel' Melchior and TextEditor.mcc and BetterString.mcc © Allan Odgaard.\n\nUsing internal english strings
- ;
- msgYesNo (//)
- Yes|*No
- ;
- msgSureClear (//)
- Sure to clear the document ?
- ;
- msgSureLoad (//)
- Sure to load a new document,\nreplacing the existing one ?
- ;
- msgLoadMessage (//)
- Select a document to load
- ;
- msgUnableOpen (//)
- Unable to load the requested file !
- ;
- msgSaveMess (//)
- Select a destination file
- ;
- msgFileExists (//)
- This file already exists !\nOverwrite it ?
- ;
- msgProbSaving (//)
- Got a problem while saving the document !
- ;
- msgSureQuit (//)
- Sure to quit ?
- ;
- msgPleaseReg (//)
- If you plan to continue using webPlug\nplease consider registering it !
- ;
- msgPleaseReg2 (//)
- Sorry, but the unregistered version of\nwebPlug cannot edit files longer\nthan 4000 bytes. Please register !
- ;
- msgFilename (//)
- Filename : '%s'
- ;
- msgSelectBlock (//)
- Please select a block
- ;
- ;
- ;Fatal error codes
- ;
- ;
- msgNASL (//)
- Can't open the ASL.library !!!
- ;
- msgRXLB (//)
- Can't open the RexxSysLib.library !!!
- ;
- msgUTLB (//)
- Can't open the utility.library !!!
- ;
- msgNAPP (//)
- Can't create application !!!
- ;
- msgMLIB (//)
- Need MUI v3.8+ correctly installed !!!
- ;
- msgMEM (//)
- Out of memory !!!
- ;
- ;**************************************
- ;* New strings in v1.1 *
- ;**************************************
- ;
- msgMenuInclude (//)
- Include...
- ;
- msgMenuMark (//)
- Mark...
- ;
- msgMenuLocation1 (//)
- Location 1
- ;
- msgMenuLocation2 (//)
- Location 2
- ;
- msgMenuLocation3 (//)
- Location 3
- ;
- msgMenuLocation4 (//)
- Location 4
- ;
- msgMenuLocation5 (//)
- Location 5
- ;
- msgMenuGoto (//)
- Go to...
- ;
- msgMenuFunctions (//)
- Functions
- ;
- msgMenuTranslation (//)
- Translation
- ;
- msgMenuHeader (//)
- Header
- ;
- msgMenuStyles (//)
- Styles
- ;
- msgMenuFormat (//)
- Format
- ;
- msgMenuImages (//)
- Images
- ;
- msgMenuForms (//)
- Forms
- ;
- msgMenuLists (//)
- Lists
- ;
- msgMenuBacks (//)
- Backgrounds
- ;
- msgMenuTables (//)
- Tables
- ;
- msgMenuLinks (//)
- Links
- ;
- msgMenuToolbar (//)
- Toolbar
- ;
- msgMenuBrowserbar (//)
- Browser
- ;
- msgCycleFontAbsolute (//)
- Absolute
- ;
- msgCycleFontRelative (//)
- Relative
- ;
- ;
- msgHeadAuthorName (//)
- Name
- ;
- msgBrowserWindow (//)
- webPlug (Browser)
- ;
- msgHelpLoadBrowser (//)
- Loads the browser (if necessary) and\nthe specified BrowserLink
- ;
- msgHelpSendDocument (//)
- Send the current HTML document to the browser\nand brings it to the front (if possible)
- ;
- msgHelpReloadDocument (//)
- Reloads the current document in the browser\n and brings it to the front (if possible)
- ;
- msgHelpBrowserFrontBt (//)
- Brings the browser to the front
- ;
- msgPrefsOpenBar (//)
- Open toolbar window
- ;
- msgPrefsOpenBrowser (//)
- Open browser window
- ;
- msgPrefsOpenFormats (//)
- Open formats window
- ;
- msgPrefsOpenStyles (//)
- Open styles window
- ;
- msgPrefsOpenLists (//)
- Open lists window
- ;
- msgPrefsOpenLinks (//)
- Open links window
- ;
- msgPrefsEditorGroup (//)
- Editor
- ;
- msgPrefsDefDir (//)
- Default dir
- ;
- msgHelpDefDir (//)
- Default directory for your HTML documents
- ;
- ;
- ;New for v1.2
- ;
- ;
- msgMenuText (//)
- Text...
- ;
- msgMenuBlockBet12 (//)
- Block between 1 & 2
- ;
- msgMenuSearch (//)
- Search...
- ;
- msgMenuCustomTags (//)
- Custom Tags
- ;
- msgPrefsArguments (//)
- Arguments
- ;
- msgPrefsDefCTags (//)
- Def. Custom Tags
- ;
- msgHelpDefCTags (//)
- This file (if specified) will be loaded\non startup
- ;
- msgPrefsDefCStr (//)
- Def. Custom Strings
- ;
- msgPrefsShowIButtons (//)
- Show Insert Buttons
- ;
- ;Search Window
- ;
- msgSearchWindow (//)
- webPlug (Search)
- ;
- msgSearchGroup (//)
- Search Parameters
- ;
- msgSeachString (//)
- Search string
- ;
- msgSearchBlock (//)
- Mark block if find
- ;
- msgSearchFind (//)
- Find
- ;
- msgSearchFindNext (//)
- Find Next
- ;
- msgSearchNotFound (//)
- String not found
- ;
- ;Custom Lists window
- ;
- msgCListsWindow (//)
- webPlug (Custom Lists)
- ;
- msgCListsCTags (//)
- Custom Tags
- ;
- msgCListsCStrings (//)
- Custom Strings
- ;
- msgCListsNew (//)
- New
- ;
- msgCListsDelete (//)
- Delete
- ;
- msgCListsDuplicate (//)
- Duplicate
- ;
- msgCListsEdit (//)
- Edit
- ;
- msgCListsSort (//)
- Sort
- ;
- msgCListsClear (//)
- Clear
- ;
- msgCListsLoad (//)
- Load
- ;
- msgCListsSave (//)
- Save
- ;
- msgCListsComment (//)
- \033bComment
- ;
- msgCListsStart (//)
- \033bStart
- ;
- msgCListsString (//)
- \033bString
- ;
- msgCListsInvFormat (//)
- Invalid file format !
- ;
- msgCTagsWindow (//)
- webPlug (CTags Edit)
- ;
- msgCTagsComment (//)
- Comment
- ;
- msgCTagsStart (//)
- Start
- ;
- msgCTagsEnd (//)
- End
- ;
- msgCTagsFix (//)
- Fix
- ;
- msgCStrWindow (//)
- webPlug (CStrings Edit)
- ;
- msgCStringString (//)
- String
- ;
- msgSelectFile (//)
- Please select a file
- ;
- msgSureToClear (//)
- Are you sure to clear the list ?
- ;
- msgLoadAppend (//)
- Load or Append the new list ?
- ;
- msgBtLoadAppend (//)
- *Load|Append|Cancel
- ;
- ;
- ;Lists Items
- ;
- ;
- msgListList7 (//)
- <LH> </LH> - List Header
- ;
- msgListList8 (//)
- <MENU> </MENU> - Menu
- ;
- msgListList9 (//)
- <DIR> </DIR> - Directory
- ;
- msgFormatList14 (//)
- <!-- --> - Comment
- ;
- ;**********************************************************
- ;New strings for v1.4
- ;**********************************************************
- ;
- msgMenuNew (//)
- New
- ;
- msgMenuSaveAll (//)
- Save all
- ;
- msgMenuClose (//)
- Close
- ;
- msgMenuRedo (//)
- Redo
- ;
- msgMenuIndent (//)
- Indent
- ;
- msgMenuReplace (//)
- Replace
- ;
- msgBlocktofind (//)
- Block to find buffers
- ;
- msgBlocktoreplace (//)
- Block to replace buffer
- ;
- msgMenuFrames (//)
- Frames
- ;
- msgMenuPlugins (//)
- Plugins
- ;
- msgFindCase (//)
- Case sensitive
- ;
- msgFindTranslate (//)
- Translate
- ;
- msgFindMode (//)
- Search
- ;
- msgFindMode0 (//)
- in this document
- ;
- msgFindMode1 (//)
- in all documents from this one
- ;
- msgReplaceString (//)
- Replace string
- ;
- msgReplaceThenFind (//)
- Replace, then find
- ;
- msgReplaceFindNext (//)
- Find next
- ;
- msgReplaceAll (//)
- Replace all
- ;
- msgReplaceReplaced (//)
- Replaced %ld ocurrences
- ;
- msgMessageInit (//)
- Initializing...
- ;
- msgMessageInit1 (//)
- Loading toolbar icons...
- ;
- msgDocument (//)
- Document
- ;
- msgPrefsOpenPlugins (//)
- Open plugins window
- ;
- msgPrefsOpenFrames (//)
- Open frames window
- ;
- msgPrefsFixedFont (//)
- Use fixed width font
- ;
- msgPrefsReselect (//)
- Reselect block after inserting a tag
- ;
- msgPluginStart (//)
- Starting plugin "%s"
- ;
- msgPluginNoWindow (//)
- Cannot open the window of the plugin\n"%s"
- ;
- msgPluginCannot (//)
- Cannot open the plugin\n"%s"
- ;
- msgPluginBadRequest (//)
- A plugin requested non-existant service\nfrom webPlug. This plugin may require a newer\nversion of webPlug
- ;
- msgHeadDescription (//)
- Description
- ;
- msgHeadKeyz (//)
- Keywords
- ;
- msgModified (//)
- Modified
-